Click or drag to resize

WebClientUrl Class

Represents the URL of an Exchange Web client.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverWebClientUrl

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class WebClientUrl

The WebClientUrl type exposes the following members.

Constructors
  NameDescription
Public methodWebClientUrl
Initializes a new instance of the WebClientUrl class.
Top
Properties
  NameDescription
Public propertyAuthenticationMethods
Represents the authentication method to use when accessing the specified URL.
Public propertyUrl
Represents the Web address for the URL.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also